go/parser.parser.parseList (method)
8 uses
go/parser (current package)
parser.go#L510: func (p *parser) parseList(inRhs bool) []ast.Expr {
parser.go#L1936: x := p.parseList(false)
parser.go#L1955: y = p.parseList(true)
parser.go#L2059: x = p.parseList(true)
parser.go#L2200: list = p.parseList(true)
parser.go#L2300: lhs := p.parseList(false)
parser.go#L2566: values = p.parseList(true)
parser.go#L2575: values = p.parseList(true)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)